home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 660 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.8 KB

  1. Path: news.primenet.com!not-for-mail
  2. From: gfraley@primenet.com
  3. Newsgroups: comp.os.os2.apps,comp.os.os2.setup.misc,comp.lang.rexx,comp.os.os2.misc
  4. Subject: Re: Updating of "LIBPATH" after config.sys possible/not possible?
  5. Date: 2 Feb 1996 18:34:01 -0700
  6. Organization: Primenet Services for the Internet
  7. Sender: root@primenet.com
  8. Message-ID: <4eue29$86c@nnrp1.news.primenet.com>
  9. References: <4ep28c$7u3@harbinger.cc.monash.edu.au> <4epema$jku@nnrp1.news.primenet.com> <4erqjq$1ugu@news-s01.ny.us.ibm.net>
  10. Reply-To: gfraley@primenet.com
  11. X-Posted-By: ip184.mci.primenet.com
  12. X-Newsreader: IBM NewsReader/2 v1.2.5
  13.  
  14. In <4erqjq$1ugu@news-s01.ny.us.ibm.net>, kenkahn@ibm.net writes:
  15. >In <4epema$jku@nnrp1.news.primenet.com>, gfraley@primenet.com writes:
  16. >>You can modify it after boot time.  You could modify the LibPath statement by
  17. >>using SET LIBPATH = %LIBPATH%;NEW.DLL
  18. >
  19. >LIBPATH is *not* an environment variable; It's CONFIG.SYS statement is not
  20. >"SET LIBPATH" but rather just "LIBPATH".  Therefore you cannot modify or
  21. >access it as you would a 'regular' environment variable; i.e. %LIBPATH% is
  22. >not valid (well, it's technically valid, but doesn't get you anything).
  23. >
  24. >As you stated though, you can use the "SET BEGINLIBPATH" and 
  25. >"SET ENDLIBPATH" statements to modify LIBPATH on a per process basis.
  26. >
  27. >Ken Kahn - OS/2 Advisor
  28.  
  29. Ken,
  30.  
  31. Thanks so much for pointing that out.  I knew that.  I just forgot.
  32.  
  33.  
  34. Gaylen Fraley                         \\||//
  35. Team OS/2                             ( .. )
  36. -----------------------------------oOO--()--OOo--------------------------------
  37. John 3:16  "For God so loved the world, that He gave His only begotten Son,
  38. that whosoever believeth in Him, should not perish, but have everlasting life."
  39. -------------------------------------------------------------------------------
  40.  
  41.